ComponentOne ASP.NET MVC Controls
ShowIntermediateTotal Method

C1.Web.Mvc.Fluent Namespace > WaterfallBuilder<T> Class : ShowIntermediateTotal Method
The value.
Configurates C1.Web.Mvc.Waterfall<T>.ShowIntermediateTotal. Sets a value that determines whether to show the intermediate total bar.The property should work with IntermediateToolPositions and IntermediateToolLabels property.
Syntax
'Declaration
 
Public Function ShowIntermediateTotal( _
   ByVal value As Boolean _
) As WaterfallBuilder(Of T)
public WaterfallBuilder<T> ShowIntermediateTotal( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

WaterfallBuilder<T> Class
WaterfallBuilder<T> Members